home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Ultimate KidPak
/
KidPak.iso
/
KidPak Programs
/
KEWLKIDS
/
TRAIN.EXE
/
scripts
/
DefineButton2_40
/
BUTTONCONDACTION on(release, keyPress s).as
< prev
next >
Wrap
Text File
|
2000-03-23
|
83b
|
7 lines
on(release, keyPress "s"){
tellTarget("/puff5")
{
play();
}
}